home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / AppleCD SC Training / Summary / card_12572.txt < prev    next >
Text File  |  1990-04-09  |  3KB  |  150 lines

  1. -- card: 12572 from stack: in
  2. -- bmap block id: 5008
  3. -- flags: 0000
  4. -- background id: 2282
  5. -- name: Market Applications
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=13 top=30 right=50 bottom=490
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 2 (button)
  23. -- low flags: 00
  24. -- high flags: A003
  25. -- rect: left=324 top=281 right=303 bottom=390
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: HELP
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   play harpsichord d5
  37.   visual effect barn door open
  38.   go to card "Help"
  39. end mouseUp
  40.  
  41.  
  42.  
  43.  
  44.  
  45. -- part 3 (button)
  46. -- low flags: 00
  47. -- high flags: A003
  48. -- rect: left=417 top=281 right=303 bottom=483
  49. -- title width / last selected line: 0
  50. -- icon id / first selected line: 0 / 0
  51. -- text alignment: 1
  52. -- font id: 0
  53. -- text size: 12
  54. -- style flags: 0
  55. -- line height: 16
  56. -- part name: GO BACK
  57. ----- HyperTalk script -----
  58. on mouseUp
  59.   play harpsichord d4
  60.   visual scroll right
  61.   pop card
  62. end mouseUp
  63.  
  64.  
  65.  
  66.  
  67. -- part 4 (field)
  68. -- low flags: 01
  69. -- high flags: 2004
  70. -- rect: left=30 top=66 right=313 bottom=297
  71. -- title width / last selected line: 0
  72. -- icon id / first selected line: 0 / 0
  73. -- text alignment: 0
  74. -- font id: 20
  75. -- text size: 12
  76. -- style flags: 0
  77. -- line height: 16
  78. -- part name: 
  79.  
  80.  
  81. -- part 5 (button)
  82. -- low flags: 00
  83. -- high flags: 0000
  84. -- rect: left=447 top=28 right=52 bottom=483
  85. -- title width / last selected line: 0
  86. -- icon id / first selected line: 1011 / 1011
  87. -- text alignment: 1
  88. -- font id: 0
  89. -- text size: 12
  90. -- style flags: 0
  91. -- line height: 16
  92. -- part name: New Button
  93. ----- HyperTalk script -----
  94. on mouseUp
  95.   play harpsichord c4
  96.   visual effect venetian blinds to gray
  97.   go to card id 5341
  98. end mouseUp
  99.  
  100.  
  101.  
  102.  
  103. -- part 10 (button)
  104. -- low flags: 00
  105. -- high flags: 2000
  106. -- rect: left=19 top=16 right=51 bottom=63
  107. -- title width / last selected line: 0
  108. -- icon id / first selected line: 1008 / 1008
  109. -- text alignment: 1
  110. -- font id: 0
  111. -- text size: 12
  112. -- style flags: 0
  113. -- line height: 16
  114. -- part name: Home
  115. ----- HyperTalk script -----
  116. on mouseUp
  117.   answer "Print this Card?" with "Cancel" or "Yes"
  118.   if it is "Yes" then
  119.     doMenu "Print Card"
  120.   end if
  121.   if it is "Cancel" then
  122.     exit mouseUp
  123.   end if
  124. end mouseUp
  125.  
  126.  
  127.  
  128. -- part contents for card part 1
  129. ----- text -----
  130. Market Applications
  131.  
  132. -- part contents for card part 4
  133. ----- text -----
  134.  
  135. ‚Ä¢  Anyone ‚Äî  personal, professional, and academic.
  136.  
  137. ‚Ä¢  Education ‚Äî  reference databases, multimedia and 
  138.                           encyclopedias.
  139.  
  140. ‚Ä¢  Listening ‚Äî  entertainment and education.  
  141.  
  142. ‚Ä¢  Scientific ‚Äî  statistics, design specifications, and 
  143.                          research data storage.
  144.  
  145. ‚Ä¢  Business ‚Äî   contract and form boilerplates, 
  146.                           publications, catalogs, and client/
  147.                           customer databases. 
  148.                          
  149.  
  150.